/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-400: oklch(70.4% 0.191 22.216);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-sky-100: oklch(95.1% 0.026 236.824);
    --color-blue-200: oklch(88.2% 0.059 254.128);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-indigo-100: oklch(93% 0.034 272.788);
    --color-indigo-300: oklch(78.5% 0.115 274.713);
    --color-indigo-600: oklch(51.1% 0.262 276.966);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-start-5 {
    grid-column-start: 5;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-4 {
    grid-row: span 4 / span 4;
  }
  .row-span-7 {
    grid-row: span 7 / span 7;
  }
  .float-end {
    float: inline-end;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-1\.5 {
    margin: calc(var(--spacing) * 1.5);
  }
  .m-7 {
    margin: calc(var(--spacing) * 7);
  }
  .m-auto {
    margin: auto;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-2\.5 {
    margin-top: calc(var(--spacing) * 2.5);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-3\.5 {
    margin-top: calc(var(--spacing) * 3.5);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mr-3 {
    margin-right: calc(var(--spacing) * 3);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-55 {
    height: calc(var(--spacing) * 55);
  }
  .h-75 {
    height: calc(var(--spacing) * 75);
  }
  .h-full {
    height: 100%;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/6 {
    width: calc(1/6 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-75 {
    width: calc(var(--spacing) * 75);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-cols-\[repeat\(auto-fit\,minmax\(300px\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  }
  .grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-gray-200 {
    border-color: var(--color-gray-200);
  }
  .border-gray-700 {
    border-color: var(--color-gray-700);
  }
  .bg-blue-200 {
    background-color: var(--color-blue-200);
  }
  .bg-blue-800 {
    background-color: var(--color-blue-800);
  }
  .bg-sky-100 {
    background-color: var(--color-sky-100);
  }
  .bg-slate-700 {
    background-color: var(--color-slate-700);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-blue-800 {
    color: var(--color-blue-800);
  }
  .text-gray-200 {
    color: var(--color-gray-200);
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-red-400 {
    color: var(--color-red-400);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-300 {
    &::placeholder {
      color: var(--color-gray-300);
    }
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .\!filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,) !important;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .hover\:text-black {
    &:hover {
      @media (hover: hover) {
        color: var(--color-black);
      }
    }
  }
  .focus\:border-indigo-300 {
    &:focus {
      border-color: var(--color-indigo-300);
    }
  }
  .focus\:bg-indigo-600 {
    &:focus {
      background-color: var(--color-indigo-600);
    }
  }
  .focus\:ring {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .focus\:ring-indigo-100 {
    &:focus {
      --tw-ring-color: var(--color-indigo-100);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:fixed {
    @media (width >= 48rem) {
      position: fixed;
    }
  }
  .md\:bottom-1 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 1);
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:float-right {
    @media (width >= 48rem) {
      float: right;
    }
  }
  .md\:m-2 {
    @media (width >= 48rem) {
      margin: calc(var(--spacing) * 2);
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1/2 * 100%);
    }
  }
  .md\:max-w-3\/4 {
    @media (width >= 48rem) {
      max-width: calc(3/4 * 100%);
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:overflow-auto {
    @media (width >= 48rem) {
      overflow: auto;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-3xl {
    @media (width >= 64rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .dark\:text-gray-200 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-200);
    }
  }
  .dark\:text-gray-400 {
    @media (prefers-color-scheme: dark) {
      color: var(--color-gray-400);
    }
  }
}
@layer components {
  .custom-gradient {
    background: #6DE5F7;
    background: linear-gradient(138deg, rgba(109, 229, 247, 1) 0%, rgba(0, 0, 0, 0.51) 0%, rgba(50, 120, 50, 0.76) 49%, rgba(247, 138, 120, 0.65) 90%);
  }
  .reverse-gradient {
    background: #6DE5F7;
    background: linear-gradient(331deg, rgba(109, 229, 247, 1) 0%, rgba(0, 0, 0, 0.51) 0%, rgba(50, 120, 50, 0.76) 49%, rgba(247, 138, 120, 0.65) 90%);
  }
  .panelblock {
    margin-top: 16px;
    margin-bottom: 16px;
    box-shadow: 0 7px 16px rgba(43, 93, 58, 0.5), 5px 7px 20px rgba(43, 93, 58, 0.5);
    padding: 8px;
    width: 100%;
  }
  .card {
    box-shadow: 0 7px 16px rgba(67, 80, 71, 0.5), 5px 7px 20px rgba(60, 73, 64, 0.5);
    padding: 10px;
    border: 4px solid rgb(67, 157, 171, .01);
    box-sizing: border-box;
  }
  .mybtn {
    box-shadow: 0 7px 16px rgba(67, 80, 71, 0.5), 5px 7px 20px rgba(60, 73, 64, 0.5);
    box-sizing: border-box;
    border: 2px solid rgba(180, 149, 8, 0.5);
    border-radius: 10px;
    padding: 3px;
  }
  .center {
    margin: auto;
    text-align: center;
    display: block;
  }
  .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: .1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 43.75rem;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 40.625rem;
    margin: 0;
    color: var(--bodyTextColor);
  }
  .pale-green {
    background-color: var(--dark1);
  }
  .bglight2 {
    background-color: rgb(163, 202, 213, .4);
  }
  .light2 {
    color: var(--light2);
  }
  .theme-color {
    color: var(--theme);
  }
  .bg-theme-color {
    background-color: var(--color14);
  }
  .bglight1 {
    background-color: var(--light1);
  }
  .bglight-0 {
    background-color: rgb(134, 247, 134, .4);
  }
  .light1 {
    color: var(--light1);
  }
  .dark1 {
    color: var(--dark1);
  }
  .bgdark1 {
    background-color: var(--dark1);
  }
  .bgdark2 {
    background-color: var(--dark2);
  }
  .txt-shadow {
    text-shadow: 2px 2px 4px var(--black);
  }
  .tangerine-regular {
    font-family: 'Tangerine Regular';
  }
  .corinthia-regular {
    font-family: 'Corinthia Regular';
  }
  .corinthia-bold {
    font-family: 'Corinthia-700';
  }
  .inconsolata-reg {
    font-family: 'Inconsolata Regular';
  }
  .inconsolata-700 {
    font-family: 'Inconsolata 700';
  }
  .macondo {
    font-family: 'Macondo';
  }
  .tinos {
    font-family: 'Tinos Regular';
  }
  .tinos-it {
    font-family: 'Tinos Italic';
  }
  .tinos-b {
    font-family: 'Tinos 700';
  }
}
@layer base {
  :root {
    --light1: #ACE2BC;
    --light2: #A3CAD5;
    --theme: #e97866;
    --dark1: #1a7535;
    --dark2: #427F91;
    --black: #001c21;
    --white: #e1eaeb;
    --graylite: #979b9c;
    --green-background: rgb(101, 171, 101);
    --emerald: #4BAC69;
    --color-1: #E97866;
    --color-12: #FFAA9C;
    --color-13: #FFCAC2;
    --color-14: #C65947;
    --color-15: #9E3423;
    --color-2: #DEF6BB;
    --color-22: #C8F7D5;
    --color-23: #A5D65E;
    --color-24: #87B642;
    --color-25: #639120;
    --color-3: #A3CAD5;
    --color-32: #6EA1B0;
    --color-33: #427F91;
    --color-34: #2F6A7B;
    --color-35: #185262;
    --color-4: #ACE2BC;
    --color-42: #7BC892;
    --color-43: #4BAC69;
    --color-44: #359351;
    --color-45: #1A7535;
    --color-5: #185262;
    --bg: #9EABBD;
    --oc-surface: #C78B6B;
    --oc-text: #2A3036;
    --oc-muted-text: #305C76;
    --oc-border: #339147;
    --oc-primary: #339147;
    --primary: #1A7535;
    --primaryLight: #7BC892;
    --secondary: #427F91;
    --secondaryLight: #ACE2BC;
    --headerColor: #639120;
    --bodyTextColor: #001c21;
    --bodyTextColorWhite: #f5f3ff;
    --topperFontSize: clamp(0.8125rem, 1.6vw, 1rem);
    --headerFontSize: clamp(1.9375rem, 3.9vw, 3.0625rem);
    --bodyFontSize: 1rem;
    --sectionPadding: clamp(3.75rem, 7.82vw, 6.25rem) 1rem;
  }
}
#navbar {
  position: absolute;
  top: 0px;
  right: 0px;
  display: contents;
  font-size: var(--topperFontSize);
}
.nav-item {
  border-radius: 3px;
  background-color: rgba(101, 171, 101, 0.502);
  text-align: center;
  border: 1px solid black;
  color: var(--bodyTextColorWhite);
}
#navbar a:hover {
  background: var(--dark2);
  color: var(--black);
}
#navbar a.current-page {
  background: var(--dark1);
  border-radius: 10%;
}
#burger-button {
  display: none;
}
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}
body {
  font-family: Inconsolata;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--color-35);
}
main {
  flex: 1;
}
.art-section {
  margin: 15px;
  margin-top: 8em;
  padding: 8px;
}
.head-image {
  background-image: url(..\images\graphics\pthlogo1.png);
}
.intro {
  background-color: var(--color-1);
  padding: 8px;
}
.intro-head {
  font-size: var(--headerFontSize);
  font-family: 'tangerine';
  text-shadow: 2px 2px 4px var(--theme), 3px 1px 5px white;
  z-index: 3;
  padding: 16px;
  width: fit-content;
  float: inline-start;
}
.about-me {
  background-color: rgb(101, 171, 101, .4);
  border-radius: 4px;
}
.contact {
  color: var(--black);
  background-color: rgba(28, 134, 86, 0.5);
  backdrop-filter: blur(10px);
}
#contact-plus:hover {
  border: 3 px solid var(--theme);
  box-shadow: 0 7px 16px rgba(67, 80, 71, 0.5), 5px 7px 20px rgba(60, 73, 64, 0.5);
  background-color: var(--dark2);
  opacity: .8;
  padding: 10px;
  box-sizing: border-box;
}
.contact-icon {
  color: var(--dark2);
}
.glow-effect {
  background: linear-gradient(45deg, rgb(0, 81, 95) 0%, rgb(210, 227, 231, ) 100%);
  color: var(--white);
  transition: box-shadow 0.3s;
  box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, rgba(67, 183, 255, 0.2) 0px 0px 39px, rgba(67, 183, 255, 0.2) 0px 0px 60px;
  border-radius: 3.75rem;
}
.glow-text {
  text-shadow: 0px 0px 39px rgba(67, 183, 255, 0.2), 0px 0px 24px rgba(233, 242, 247, 0.8), 0px 0px 60px rgba(143, 180, 203, 0.4), 0px 0px 85px rgba(67, 183, 255, 0.4);
}
.about-section .panel-block {
  margin-inline: auto;
  padding-top: 10px;
  text-align: center;
}
.panel-block .card {
  font-family: "tinos";
  font-size: larger;
  font-weight: 500;
  color: var(--white);
  background-color: var(--color-35);
}
#gallery-main {
  width: 100%;
  overflow: hidden;
  background-color: var(--color-33);
}
#gallery-main #gallery .card {
  background-color: var(--graylite);
  padding-inline: auto;
}
#gallery-main #gallery .card:hover {
  border: 4px solid var(--color-2);
}
#gallery-main .mybtn {
  margin: 8px;
  font-family: 'tinos bold';
  font-size: x-large;
  padding-inline: 8px;
  background-color: var(--color-45);
  color: var(--bodyTextColorWhite);
}
#gallery-main .mybtn:hover {
  background-color: var(--color-42);
  color: var(--bodyTextColor);
}
.gallery-panel {
  border: #aed7de;
  padding: 12px;
}
.gallery-header {
  display: grid;
  margin-inline: 8px;
}
@media only screen and (min-width: 0rem) {
  .cs-border {
    width: 100%;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: opacity 0.3s;
  }
  .cs-border:before {
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .cs-border:after {
    content: '';
    opacity: 1;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .svc-container {
    width: 100%;
    max-width: 26.25rem;
    margin: auto;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #servicesul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 1.9vw, 1.25rem);
  }
  #servicesul .border1:before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--primary) 0%, rgba(0, 0, 0, 0) 78%);
  }
  #servicesul .border1:after {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, var(--primary) 0%, rgba(0, 0, 0, 0) 78%);
  }
  #servicesul .border2:before {
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 22%, var(--primary) 100%);
    top: auto;
    bottom: 0;
  }
  #servicesul .border2:after {
    width: 1px;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 22%, var(--primary) 100%);
    left: auto;
    right: 0;
  }
  .svc-item {
    list-style: none;
    width: 100%;
    height: 100%;
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    margin: auto;
  }
  .svc-item:hover {
    color: var(--primary);
  }
  .svc-link {
    width: 100%;
    height: 100%;
    text-decoration: none;
    padding: 1.5rem clamp(1rem, 2.6vw, 1.25rem);
    background-color: var(--dark2);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    position: relative;
    z-index: 2;
    color: var(--bodyTextColorWhite);
  }
  .svc-link h1 {
    margin-block: 4px;
    opacity: .75;
    text-align: center;
    font-family: 'Tinos Bold';
    font-size: var(--headerFontSize);
    text-transform: uppercase;
  }
  .svc-price {
    display: inline;
    font-size: 2rem;
    font-weight: 400;
    font-family: "tangerine-regular";
  }
  .svc-price-num {
    font-size: 3rem;
    font-weight: 700;
  }
  .svc-li {
    color: var(--color-22);
    font-family: 'Macondo';
    font-weight: 500;
    text-shadow: 0px 0px 39px rgba(15, 24, 30, 0.2), 0px 0px 24px rgba(4, 41, 60, 0.8), 0px 0px 60px rgba(143, 180, 203, 0.4), 0px 0px 85px rgba(67, 183, 255, 0.4);
    border-radius: 3.75rem;
  }
  .svc-start {
    z-index: 1;
    position: relative;
    display: inline-block;
    border-radius: 3.75rem;
    margin: 0;
    min-width: 11.25rem;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0 3rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    font-weight: 700;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: linear-gradient(45deg, #cecece 0%, #ffffff 100%);
    color: var(--dark2);
    transition: box-shadow 0.3s;
    box-shadow: rgba(67, 183, 255, 0.2) 0px 0px 24px, rgba(67, 183, 255, 0.2) 0px 0px 39px, rgba(67, 183, 255, 0.2) 0px 0px 60px;
  }
  .svc-start :hover {
    color: var(--bodyTextColorWhite);
  }
}
@media only screen and (max-width: 640px) {
  .nav-wrapper {
    background-color: rgb(67, 157, 171, .5);
    backdrop-filter: blur(10px);
    display: block;
    z-index: 4;
    position: absolute;
    top: 28px;
  }
  #navbar {
    margin: auto;
  }
  .nav-block {
    display: block;
  }
  .head-image {
    background-image: none;
    background-color: inherit;
    background-size: cover;
    box-sizing: border-box;
  }
  #burger-button {
    display: block;
    float: right;
    margin-inline: auto;
    width: 20%;
  }
  #burger-button i {
    font-size: 1.3rem;
    color: var(--color-white);
  }
}
@media only screen and (min-width: 48rem) {
  .svc-container {
    max-width: 80rem;
  }
  .svc-item {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64rem) {
  #navbar #contact-me {
    background-color: #65ab6580;
    color: var(--bodyTextColorWhite);
    display: inline;
    border-radius: 3px;
    text-align: center;
    border: 1px solid black;
    line-height: clamp(1.25em, 2vw, 2.5em);
    transition: background .3s;
  }
  #navbar #contact-me:hover {
    background-color: var(--theme);
    color: var(--black);
    opacity: .9;
    border-radius: 0.25rem;
  }
  .svc-item {
    grid-column: span 4;
  }
  .svc-item:hover:before {
    opacity: 1;
  }
  .svc-item:hover:before h3 {
    color: var(--primary);
  }
}
.invalid-feedback, .empty-feedback {
  display: none;
}
.was-validated :placeholder-shown:invalid~.empty-feedback {
  display: block;
}
.was-validated :not(:placeholder-shown):invalid~.invalid-feedback {
  display: block;
}
.is-invalid, .was-validated :invalid {
  border-color: #dc3545;
}
.form-group {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin-bottom: 1rem;
  margin-inline: auto;
}
.form-group::label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #333;
}
.form-group::input, textarea {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 1rem;
}
.submit-button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 0.75rem;
  border-radius: 4px;
  font-size: 1.5rem;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
}
.content-box {
  margin-left: auto;
  margin-right: auto;
  max-width: 100vw;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
